ShortcutKey2URL: 01
from ShortcutKey2URL自分用
ShortcutKey2URL: 01
code: script.js
document.location.href = document.location.href.replace(/\?^#*(#?.*)/, '$1').replace(/#.*/, '');
#URLの余計なパラメータを消し飛ばす自分用